home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2001 / MacHack 2001.toast / pc / The Hacks / asciishopsource / asciiShop / mainFrame.txt < prev   
Encoding:
Text File  |  2001-06-23  |  8.0 KB  |  208 lines

  1. Metrowerks RAD Data V 1
  2. BeginClasses
  3.     {9BE3D9E0-166E-11D1-B2D8-0060081C5489} "#base-object-class"
  4.     {24A693F8-14E5-11D2-B334-00600819ADE3} "AsciiShop"
  5.     {5FA17216-8612-11D1-B2AD-006008A5C0A5} "mainFrame"
  6.     {AF105FF8-70D9-11D1-B010-00805F6114CC} "java.awt.TextArea"
  7.     {AF105FF8-70D9-11D1-B010-00805F6114CC} "java.awt.List"
  8.     {AF105FF8-70D9-11D1-B010-00805F6114CC} "java.awt.PopupMenu"
  9.     {AF105FF8-70D9-11D1-B010-00805F6114CC} "java.awt.MenuItem"
  10.     {AF105FF8-70D9-11D1-B010-00805F6114CC} "java.awt.MenuBar"
  11.     {AF105FF8-70D9-11D1-B010-00805F6114CC} "java.awt.Menu"
  12. EndClasses
  13. BeginObject asciiShop.mainFrame "mainFrame"
  14.     BeginProperties
  15.         location = "5, 40"
  16.         title = asciiShop.mainFrame
  17.         layout = <none>
  18.         menuBar = menuBar1
  19.         size = "736, 520"
  20.     EndProperties
  21.     BeginInternalProperties
  22.         UseSwing 11 = 0
  23.         IsApplet 11 = 0
  24.     EndInternalProperties
  25.     BeginEventConnections
  26.         BeginEventConnection {796E35A1-9372-11D2-9A19-00104B70C619}
  27.             SourcePath = "\\\\asciiShop.mainFrame"
  28.             SinkPath = "\\\\asciiShop.mainFrame"
  29.             EventName = windowClosing
  30.             EventSetName = window
  31.             HandlerName = thisWindowClosing
  32.         EndEventConnection
  33.         BeginEventConnection {796E35A1-9372-11D2-9A19-00104B70C619}
  34.             SourcePath = "\\\\asciiShop.mainFrame\\fileBuffer"
  35.             SinkPath = "\\\\asciiShop.mainFrame"
  36.             EventName = textValueChanged
  37.             EventSetName = text
  38.             HandlerName = fileBufferTextValueChanged
  39.         EndEventConnection
  40.         BeginEventConnection {796E35A1-9372-11D2-9A19-00104B70C619}
  41.             SourcePath = "\\\\asciiShop.mainFrame\\layers"
  42.             SinkPath = "\\\\asciiShop.mainFrame"
  43.             EventName = itemStateChanged
  44.             EventSetName = item
  45.             HandlerName = layersItemStateChanged
  46.         EndEventConnection
  47.         BeginEventConnection {796E35A1-9372-11D2-9A19-00104B70C619}
  48.             SourcePath = "\\\\asciiShop.mainFrame\\menuBar1\\menuFile\\menuFileOpen"
  49.             SinkPath = "\\\\asciiShop.mainFrame"
  50.             EventName = actionPerformed
  51.             EventSetName = action
  52.             HandlerName = menuFileOpenActionPerformed
  53.         EndEventConnection
  54.         BeginEventConnection {796E35A1-9372-11D2-9A19-00104B70C619}
  55.             SourcePath = "\\\\asciiShop.mainFrame\\menuBar1\\menuFile\\menuFileWriteOut"
  56.             SinkPath = "\\\\asciiShop.mainFrame"
  57.             EventName = actionPerformed
  58.             EventSetName = action
  59.             HandlerName = menuFileWriteOutActionPerformed
  60.         EndEventConnection
  61.         BeginEventConnection {796E35A1-9372-11D2-9A19-00104B70C619}
  62.             SourcePath = "\\\\asciiShop.mainFrame\\menuBar1\\menuLayers\\menuLayersAddLayer"
  63.             SinkPath = "\\\\asciiShop.mainFrame"
  64.             EventName = actionPerformed
  65.             EventSetName = action
  66.             HandlerName = menuLayersAddLayerActionPerformed
  67.         EndEventConnection
  68.     EndEventConnections
  69.     BeginObject fileBuffer "java.awt.TextArea"
  70.         LayoutClass {5FA17216-8612-11D1-B2AD-006008A5C0A5} "mainFrame"
  71.         BeginProperties
  72.             location = "60, 70"
  73.             size = "480, 360"
  74.         EndProperties
  75.         BeginInternalProperties
  76.         EndInternalProperties
  77.     EndObject
  78.     BeginObject layers "java.awt.List"
  79.         LayoutClass {5FA17216-8612-11D1-B2AD-006008A5C0A5} "mainFrame"
  80.         BeginProperties
  81.             location = "570, 270"
  82.             size = "130, 160"
  83.         EndProperties
  84.         BeginInternalProperties
  85.         EndInternalProperties
  86.     EndObject
  87.     BeginObject menuBar1 "java.awt.MenuBar"
  88.         LayoutClass {5FA17216-8612-11D1-B2AD-006008A5C0A5} "mainFrame"
  89.         BeginProperties
  90.             location = "40, 10"
  91.         EndProperties
  92.         BeginInternalProperties
  93.         EndInternalProperties
  94.         BeginObject menuFile "java.awt.Menu"
  95.             LayoutClass {5FA17216-8612-11D1-B2AD-006008A5C0A5} "mainFrame"
  96.             BeginProperties
  97.                 label = File
  98.             EndProperties
  99.             BeginInternalProperties
  100.                 AppleMenu 11 = 0
  101.                 Caption 8 = File
  102.                 Checked 11 = 0
  103.                 Default 11 = 0
  104.                 Enabled 11 = 1
  105.                 Mutex 11 = 0
  106.             EndInternalProperties
  107.             BeginObject menuFileOpen "java.awt.MenuItem"
  108.                 LayoutClass {5FA17216-8612-11D1-B2AD-006008A5C0A5} "mainFrame"
  109.                 BeginProperties
  110.                     label = Open
  111.                 EndProperties
  112.                 BeginInternalProperties
  113.                     AppleMenu 11 = 0
  114.                     Caption 8 = Open
  115.                     Checked 11 = 0
  116.                     Default 11 = 0
  117.                     Enabled 11 = 1
  118.                     Mutex 11 = 0
  119.                 EndInternalProperties
  120.             EndObject
  121.             BeginObject menuFileWriteOut "java.awt.MenuItem"
  122.                 LayoutClass {5FA17216-8612-11D1-B2AD-006008A5C0A5} "mainFrame"
  123.                 BeginProperties
  124.                     label = "Write Out"
  125.                 EndProperties
  126.                 BeginInternalProperties
  127.                     AppleMenu 11 = 0
  128.                     Caption 8 = "Write Out"
  129.                     Checked 11 = 0
  130.                     Default 11 = 0
  131.                     Enabled 11 = 1
  132.                     Mutex 11 = 0
  133.                 EndInternalProperties
  134.             EndObject
  135.             BeginObject menuFileQuit "java.awt.MenuItem"
  136.                 LayoutClass {5FA17216-8612-11D1-B2AD-006008A5C0A5} "mainFrame"
  137.                 BeginProperties
  138.                     label = Quit
  139.                 EndProperties
  140.                 BeginInternalProperties
  141.                     AppleMenu 11 = 0
  142.                     Caption 8 = Quit
  143.                     Checked 11 = 0
  144.                     Default 11 = 0
  145.                     Enabled 11 = 1
  146.                     Mutex 11 = 0
  147.                 EndInternalProperties
  148.             EndObject
  149.         EndObject
  150.         BeginObject menuLayers "java.awt.Menu"
  151.             LayoutClass {5FA17216-8612-11D1-B2AD-006008A5C0A5} "mainFrame"
  152.             BeginProperties
  153.                 label = Layers
  154.             EndProperties
  155.             BeginInternalProperties
  156.                 AppleMenu 11 = 0
  157.                 Caption 8 = Layers
  158.                 Checked 11 = 0
  159.                 Default 11 = 0
  160.                 Enabled 11 = 1
  161.                 Mutex 11 = 0
  162.             EndInternalProperties
  163.             BeginObject menuLayersAddLayer "java.awt.MenuItem"
  164.                 LayoutClass {5FA17216-8612-11D1-B2AD-006008A5C0A5} "mainFrame"
  165.                 BeginProperties
  166.                     label = "Add Layer"
  167.                 EndProperties
  168.                 BeginInternalProperties
  169.                     AppleMenu 11 = 0
  170.                     Caption 8 = "Add Layer"
  171.                     Checked 11 = 0
  172.                     Default 11 = 0
  173.                     Enabled 11 = 1
  174.                     Mutex 11 = 0
  175.                 EndInternalProperties
  176.             EndObject
  177.             BeginObject menuLayersRemoveLayer "java.awt.MenuItem"
  178.                 LayoutClass {5FA17216-8612-11D1-B2AD-006008A5C0A5} "mainFrame"
  179.                 BeginProperties
  180.                     label = "Remove Layer"
  181.                 EndProperties
  182.                 BeginInternalProperties
  183.                     AppleMenu 11 = 0
  184.                     Caption 8 = "Remove Layer"
  185.                     Checked 11 = 0
  186.                     Default 11 = 0
  187.                     Enabled 11 = 1
  188.                     Mutex 11 = 0
  189.                 EndInternalProperties
  190.             EndObject
  191.             BeginObject menuLayersRedrawLayers "java.awt.MenuItem"
  192.                 LayoutClass {5FA17216-8612-11D1-B2AD-006008A5C0A5} "mainFrame"
  193.                 BeginProperties
  194.                     label = "Redraw Layers"
  195.                 EndProperties
  196.                 BeginInternalProperties
  197.                     AppleMenu 11 = 0
  198.                     Caption 8 = "Redraw Layers"
  199.                     Checked 11 = 0
  200.                     Default 11 = 0
  201.                     Enabled 11 = 1
  202.                     Mutex 11 = 0
  203.                 EndInternalProperties
  204.             EndObject
  205.         EndObject
  206.     EndObject
  207. EndObject
  208.